String Schema
GeoLocationType Complex Type
Description
Type for geo coding information
Namespace http://string.drv.de/xmlschema/string
Diagram
Latitude Element Longitude Element Sequence GeoLocationType Complex Type
Overview
GeoLocationType
Type for geo coding information
Sequence
Longitude xs:string
Latitude xs:string
Used By
Location Element
GeoLocation Element
Source
<xs:complexType name="GeoLocationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Type for geo coding information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Longitude" type="xs:string" nillable="false" />
    <xs:element name="Latitude" type="xs:string" nillable="false" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.